home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 April / MacFormat CD Edition MF36 (April 1996).iso / Floppy / MacFormat Floppy Archive / MacFormat 31 / DayCount 1.0 Folder / DayCount 1.0 ReadMe next >
Encoding:
Text File  |  1995-08-22  |  3.3 KB  |  115 lines  |  [TEXT/R*ch]

  1. DAYCOUNT 1.0 README
  2.  
  3. <There is a HTML version of this Readme at 
  4. http://www.uta.fi/~eesau/macintosh.html>
  5.  
  6. See 'Version history' at the end of this document to find out what's new
  7. in this version.
  8.  
  9. DayCount is a small program that counts the days between today and a
  10. specified date. DayCount is displayed in a small window with user editable
  11. messages before and after DayCount. Multiple dates can be created and
  12. DayCount remembers window positions, messages, and dates next time you run
  13. it.  I made this program to count the days I have left of my sivilian
  14. service, (alternative to the military service) 316 days left at this writing.
  15.  
  16. DayCount is FREE!.
  17.  
  18. SYSTEM REQUIREMENTS
  19.  
  20. DayCount needs System 7 or later to run.
  21.  
  22. HOW TO USE?
  23.  
  24. DayCount has full Balloon Help.  To learn how to use it just turn on Balloon
  25. Help and start using it.  However here is a description of the program.
  26.  
  27. MENUS
  28.  
  29. Apple menu
  30.     About DayCount...    Displays an about dialog.
  31.  
  32. File menu
  33.     New Date...            Creates new date.  Opens the date editing dialog.
  34.  
  35.     Quit                Quits DayCount.
  36.  
  37. Edit menu
  38.     Undo                Does nothing, Undo is not implemented in DayCount.
  39.  
  40.     Cut                    Normal text editing functions.  These work only
  41.     Copy                when the date editing dialog is on screen.
  42.     Paste
  43.     Clear
  44.  
  45. WINDOWS
  46.  
  47. When you create new date to count days to a new window is created.  In this
  48. window there is first the string before the DayCount. Then there is the
  49. number of days boldfaced and after that the string after DayCount. See Date
  50. Editing Dialog for more about the contents of the window.
  51.  
  52. Windows can be moved around just by dragging anywhere in the window.
  53.  
  54. To edit the contents of a window double click in the window and a date
  55. editing dialog will appear.  There is also a delete date button in that
  56. dialog.
  57.  
  58. Window posiotions and contents are saved to a DayCount Prefs file that is
  59. located in the Preferences folder.
  60.  
  61. DATE EDITING DIALOG
  62.  
  63. In the dialog there is two text edit fields.  To the first one you type the
  64. message you want be shown before the DayCount.  To the second type the
  65. message that should be after DayCount.  DayCount adds a space after first
  66. string and before second if you don't write them by yourself.
  67.  
  68. Between these fields there is a date changing control.  Click the number you
  69. wish to change and use the little arrows that appear to the right of the
  70. date.
  71.  
  72. In the bottom of window there is OK and Cancel buttons.  The Delete this date
  73. button is available only if you edit an existing date (ie. double click in a
  74. window).
  75.  
  76. THANKS TO
  77.  
  78. - Jim Stout who made the Date & Time control I use.
  79.   Jim's CDEFs © 1994-1995 by James G. Stout.
  80.  
  81. DISCLAIMER
  82.  
  83. Use at Your own risk.  I don't take any responsibility of the damages
  84. DayCount may cause.
  85.  
  86. REDISTRIBUTION
  87.  
  88. DayCount copyright © 1995 by Esa Ristilä.
  89. DayCount is distributed FREE of all charges.  Distribute unmodified
  90. copies freely as long as this Readme file is included in the package and
  91. no money is charged.
  92. If You wish to include DayCount on a commercial CD-ROM, BBS or other package
  93. ask for a written permission.  You are very likely to get it.
  94.  
  95. CONTACTING THE AUTHOR
  96.  
  97. Bugreports, donations and postcards most welcome  :-)
  98.  
  99. Postcards:    Esa Ristilä
  100.             Ratakatu 11 as. 11
  101.             33250 TAMPERE
  102.             FINLAND
  103.  
  104. Email:        eesau@uta.fi
  105.  
  106. WWW:        http://www.uta.fi/~eesau/
  107.  
  108. IRC:        eesau
  109.  
  110. VERSION HISTORY
  111.  
  112. DayCount 1.0 - 22nd of August 1995
  113.  
  114.     - First release
  115.